home *** CD-ROM | disk | FTP | other *** search
- global i, g_no, jumplistkey
-
- on startMovie
- set mycursor to [1, 2]
- repeat with i = 11 to 19
- set the cursor of sprite i to mycursor
- end repeat
- set jumplistkey to ["G1", "G2", "G3", "G4", "G5", "G6", "G7"]
- set volset to the soundLevel
- if the soundEnabled = 0 then
- set the soundEnabled to 1
- end if
- end
-
- on donext
- if (g_no + 1) = 8 then
- set g_no to 0
- end if
- go(getAt(jumplistkey, g_no + 1))
- end
-
- on doback
- if (g_no - 1) = 0 then
- set g_no to 8
- end if
- go(getAt(jumplistkey, g_no - 1))
- end
-
- on doexit
- sound stop 1
- go("M4", "@::JMACMENU")
- end
-
- on crtopen
- puppetSprite(6, 1)
- repeat while the stillDown
- set the memberNum of sprite 6 to 11
- updateStage()
- end repeat
- set the memberNum of sprite 6 to 10
- updateStage()
- puppetSprite(6, 0)
- end
-
- on crtclose
- puppetSprite(7, 1)
- repeat while the stillDown
- set the memberNum of sprite 7 to 13
- updateStage()
- end repeat
- set the memberNum of sprite 7 to 12
- updateStage()
- puppetSprite(7, 0)
- end
-
- on crtback
- puppetSprite(21, 1)
- repeat while the stillDown
- set the memberNum of sprite 21 to 24
- updateStage()
- end repeat
- set the memberNum of sprite 21 to 23
- updateStage()
- puppetSprite(21, 0)
- end
-
- on crtnext
- puppetSprite(20, 1)
- repeat while the stillDown
- set the memberNum of sprite 20 to 22
- updateStage()
- end repeat
- set the memberNum of sprite 20 to 21
- updateStage()
- puppetSprite(20, 0)
- end
-
- on crtclose2
- puppetSprite(22, 1)
- repeat while the stillDown
- set the memberNum of sprite 22 to 26
- updateStage()
- end repeat
- set the memberNum of sprite 22 to 25
- updateStage()
- puppetSprite(22, 0)
- end
-
- on crtraiyer
- puppetSprite(23, 1)
- repeat while the stillDown
- set the memberNum of sprite 23 to 35
- updateStage()
- end repeat
- set the memberNum of sprite 23 to 34
- updateStage()
- puppetSprite(23, 0)
- end
-
- on crtharu
- puppetSprite(24, 1)
- repeat while the stillDown
- set the memberNum of sprite 24 to 37
- updateStage()
- end repeat
- set the memberNum of sprite 24 to 36
- updateStage()
- puppetSprite(24, 0)
- end
-
- on crtnatu
- puppetSprite(25, 1)
- repeat while the stillDown
- set the memberNum of sprite 25 to 39
- updateStage()
- end repeat
- set the memberNum of sprite 25 to 38
- updateStage()
- puppetSprite(25, 0)
- end
-
- on crtaki
- puppetSprite(26, 1)
- repeat while the stillDown
- set the memberNum of sprite 26 to 41
- updateStage()
- end repeat
- set the memberNum of sprite 26 to 40
- updateStage()
- puppetSprite(26, 0)
- end
-
- on crtfuyu
- puppetSprite(27, 1)
- repeat while the stillDown
- set the memberNum of sprite 27 to 43
- updateStage()
- end repeat
- set the memberNum of sprite 27 to 42
- updateStage()
- puppetSprite(27, 0)
- end
-